xen/arm: Use asm/ rather than asm-arm/ when including header
authorJulien Grall <julien@xen.org>
Thu, 13 Feb 2020 12:39:06 +0000 (12:39 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 14 Feb 2020 00:41:18 +0000 (16:41 -0800)
commit2a03e7875837eae6ac9da375af4954780e36e448
treea6f5f3a6912125cd3d31df5bbd6b4ae4a200a33c
parentd3cec8e1f230750a5d1b83412e8f86d0c95fcab6
xen/arm: Use asm/ rather than asm-arm/ when including header

All the arch headers (i.e under asm-arm) are included using "asm/*.h".

To stay consistent, remove the only instance where "asm-arm/*.h" is
used.

Take the opportunity to move the inclusion with the rest of the asm/
include.

Signed-off-by: Julien Grall <julien@xen.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/domain.h